queue-barge - definition. What is queue-barge
DICLIB.COM
أدوات لغة الذكاء الاصطناعي
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:     

ترجمة وتحليل الكلمات بواسطة الذكاء الاصطناعي

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

%ما هو (من)٪ 1 - تعريف

ABSTRACT DATA TYPE
Bounded queue; Queue (data structure); Real-time queue; Amortized queue

Royal barge         
  • The [[Karaweik]] barge on Yangon's [[Kandawgyi Lake]] is based on the design of a royal barge.
  • A royal barge moored on the moat surrounding [[Mandalay Palace]].
  • The ceremonial barge used during the [[Hpaung Daw U Pagoda]] [[pagoda festival]] is modeled after a royal barge.
  • Royal Shallop ''Jubilant'' (right)
  • The Royal Barge on display next to the Royal Yacht Britannia
  • Spirit of Chartwell at the [[Thames Diamond Jubilee Pageant]], 2012
  • Gloriana]] at the [[Thames Diamond Jubilee Pageant]], 2012
  • Swedish royal barge ''Vasaorden'' which took part in the celebrational procession following the [[Wedding of Victoria, Crown Princess of Sweden, and Daniel Westling]], 2010
State barge; Ceremonial barge
A royal barge is a ceremonial barge that is used by a monarch for processions and transport on a body of water.
Client–queue–client         
Client-Queue-Client; Client-queue-client
A client–queue–client or passive queue system is a client–server computer network in which the server is a data queue for the clients. Instead of communicating with each other directly, clients exchange data with one another by storing it in a repository (the queue) on a server.
Hopper barge         
NON-MECHANICAL SHIP OR VESSEL THAT CANNOT MOVE AROUND BY ITSELF
Split hopper barge; Splitbarge
A hopper barge is a kind of non-mechanical ship or vessel that cannot move around by itself, unlike some other types of barges, that is designed to carry materials, like rocks, sand, soil and rubbish, for dumping into the ocean, a river or lake for land reclamation.

ويكيبيديا

Queue (abstract data type)

In computer science, a queue is a collection of entities that are maintained in a sequence and can be modified by the addition of entities at one end of the sequence and the removal of entities from the other end of the sequence. By convention, the end of the sequence at which elements are added is called the back, tail, or rear of the queue, and the end at which elements are removed is called the head or front of the queue, analogously to the words used when people line up to wait for goods or services.

The operation of adding an element to the rear of the queue is known as enqueue, and the operation of removing an element from the front is known as dequeue. Other operations may also be allowed, often including a peek or front operation that returns the value of the next element to be dequeued without dequeuing it.

The operations of a queue make it a first-in-first-out (FIFO) data structure. In a FIFO data structure, the first element added to the queue will be the first one to be removed. This is equivalent to the requirement that once a new element is added, all elements that were added before have to be removed before the new element can be removed. A queue is an example of a linear data structure, or more abstractly a sequential collection. Queues are common in computer programs, where they are implemented as data structures coupled with access routines, as an abstract data structure or in object-oriented languages as classes. Common implementations are circular buffers and linked lists.

Queues provide services in computer science, transport, and operations research where various entities such as data, objects, persons, or events are stored and held to be processed later. In these contexts, the queue performs the function of a buffer. Another usage of queues is in the implementation of breadth-first search.

أمثلة من مجموعة نصية لـ٪ 1
1. In a typical week, I may queue–barge, jump traffic lights on my bicycle, elbow my way into a tube seat, leave litter.